Checkbox size

Use setSize(width, height) method to set checkbox width and height.

	obj.setSize(200, 30);

Back to checkbox examples, all examples